Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
All 17 core coding interview patterns. Sorted by commonality × difficulty — most frequent and easiest patterns first, rarest and hardest at the bottom. For each: how to spot it, the core idea, a clean code example, and LeetCode practice problems.
Frequency: ★★★★★ | Difficulty: Easy
autossh@.service file in /etc/systemd/systemfrodo then you might run: systemctl enable autossh@frodo (do not use --now here!); IPv4 addresses also worked for mesystemctl edit autossh@frodo.service and adjust the following bunch of settings (commented out in the main unit template) like so:
[Service]
Environment=REMOTE_PORT=1022
Environment=TARGET_USER=username
Environment=TARGET_HOST=frodo.example.com
| # SPDX-License-Identifier: GPL-2.0-or-later OR MIT | |
| # | |
| # how to build this: | |
| # | |
| # $ as -o check-new-world.tiny.o check-new-world.tiny.s | |
| # $ ld check-new-world.tiny.o -o check-new-world.tiny.tmp | |
| # $ objcopy -O binary --only-section=.blob ./check-new-world.tiny.tmp ./check-new-world.tiny | |
| .section ".blob", "aw", @progbits |
This was originally shared on reddit, but for some reason I cannot update it anymore. I've now mirrored it as this GitHub Gist.
For whatever reason, it's really difficult to discover alternative launchers for Android TV. Sure, you can find a couple of them, but there are so many terrible results that you will end up wasting quite some time.
Thus, I've compiled this list of alternative Android TV launchers. It's not comprehensive (I'm certain I missed some, please suggest them in comments); I'm not endorsing any particular one; and I have not tried all of them. Some are free, some are paid. Some contain ads. Some contain IAP (in-app purchases). Some require too many intrusive permissions.
| --- ----------------- ---- | |
| Map Quick Explanation Link | |
| --- ----------------- ---- | |
| < <F1> Causes Netrw to issue help | |
| <cr> Netrw will enter the directory or read the file |netrw-cr| | |
| <del> Netrw will attempt to remove the file/directory |netrw-del| | |
| <c-h> Edit file hiding list |netrw-ctrl-h| | |
| <c-l> Causes Netrw to refresh the directory listing |netrw-ctrl-l| | |
| <c-r> Browse using a gvim server |netrw-ctrl-r| | |
| <c-tab> Shrink/expand a netrw/explore window |netrw-c-tab| |
| /* ========================================================= | |
| OBSIDIAN E-INK THEME | |
| ========================================================= */ | |
| /* --------------------------------------------------------- | |
| CORE COLORS | |
| --------------------------------------------------------- */ | |
| body { |